Skip to content

Fix the existing repo update code path#96

Merged
twarit-waikar merged 2 commits intomasterfrom
build-fixes
Feb 18, 2026
Merged

Fix the existing repo update code path#96
twarit-waikar merged 2 commits intomasterfrom
build-fixes

Conversation

@twarit-waikar
Copy link
Contributor

Also some minor build fixes

Twarit Waikar added 2 commits February 18, 2026 16:07
This reverts commit f7e205b.

There is a difference between the following 2 commands -

1.
```
p4 changes -s "submitted" -r -m 2 '//...@>CL_NUMBER' # Counts from CL_NUMBER
```

2.
```
p4 changes -s "submitted" -m 2 '//...@>CL_NUMBER' # Count from the latest change
```
@salesforce-cla
Copy link

Thanks for the contribution! Unfortunately we can't verify the commit author(s): Twarit Waikar <t***@s***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, refresh the status of this Pull Request.

@twarit-waikar twarit-waikar merged commit 6776832 into master Feb 18, 2026
0 of 5 checks passed
@twarit-waikar twarit-waikar deleted the build-fixes branch February 18, 2026 12:42
git_signature* author = nullptr;
GIT2(git_signature_new(&author, user.c_str(), email.c_str(), timestamp, timezone));

STDHelpers::StripSurrounding(desc, '\n');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad logic for trimming whitespace. This assumes the whitespace always appears in pairs at the beginning and the end of the message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants